projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afef91
)
Remove duplicate INLINE_HEADER_BEGIN
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 20 Mar 2022 17:46:06 +0000
(10:46 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 20 Mar 2022 17:46:45 +0000
(10:46 -0700)
* src/thread.h: Remove duplicate INLINE_HEADER_BEGIN.
Problem reportd by Mattias EngdegÄrd.
src/thread.h
patch
|
blob
|
history
diff --git
a/src/thread.h
b/src/thread.h
index b34ca3d57c8021e0f1cc62317f5c592910787d75..82c445ba7e7ef471bdc2aece93ed40216107b579 100644
(file)
--- a/
src/thread.h
+++ b/
src/thread.h
@@
-196,8
+196,6
@@
struct thread_state
struct bc_thread_state bc;
} GCALIGNED_STRUCT;
-INLINE_HEADER_BEGIN
-
INLINE bool
THREADP (Lisp_Object a)
{